projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10e288a
)
(Garbage Collection): Add memory-use-counts.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 29 Dec 2003 20:59:33 +0000
(20:59 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 29 Dec 2003 20:59:33 +0000
(20:59 +0000)
lispref/internals.texi
patch
|
blob
|
history
diff --git
a/lispref/internals.texi
b/lispref/internals.texi
index 2a4572560a70e6ef5a4f3957a5d6bd7255497a93..907a01df9e9768b688893d64044a04cbf65bcfd8 100644
(file)
--- a/
lispref/internals.texi
+++ b/
lispref/internals.texi
@@
-383,6
+383,12
@@
You can use this to get a general idea of how your actions affect the
memory usage.
@end defun
+@defun memory-use-counts
+This returns a list of numbers that count the number of objects
+created in this Emacs session. Each of these counters increments for
+a certain kind of object. See the documentation string for details.
+@end defun
+
@defvar gcs-done
This variable contains the total number of garbage collections
done so far in this Emacs session.